Running ultrasonic sensors without a delay into multiple DC motors and Servo's

You can use millis() to work out the time loop(), or parts of it take.

If you don't want to have delays you need to get rid of all the calls to delay() that you have.