math for crashing

what is the math formula to make 4 object meet at one point at the same time?

You can do a linear interpolation between the objects start position and the point where they should meet, using the remaining time to collision as the interpolation factor.