How to light two leds with different blink rates at the same time?

  delay(750);              // wait for a second

This ensures that NOTHING else happens at the same time.

As we tell everyone else, look at the blink without delay example, without delay.