The runner on first has distance from second of 90 -25t, where t is the time in seconds since he left 1st base.
The runner on second has a distance from second of 15t, where t is the time in seconds since he left 2nd base
Then the Pythagorean theorem tells us the distance between the runners is :
d = √((90 -25t)² +(15t)²)
The rate of change of distance between the runners is the derivative of this with respect to time.
dd/dt = 2(90-25t)(-25)+2(15t)(15) / (2sqrt(90-25t)^2 + 15t^2)
Replace t with 2 and solve to get: -31
The distance between runners is decreasing at 31 ft/s two second after they leave the bases.