Thanks i figured it out a while ago i had to do this:
Dash_FOV.interpolateProperty(camera, "fov", FOV, FOV + 3, 0.14)
Dash_FOV.start()
The FOV is a variable (70) and the 0.14 correspond to the dash duration (because i used a timer node to determine how long my dash will go)