How to make two PWM without overlap

On the atmega mcus used in Arduinos, I don't believe you can do this using hardware pwm. You could do it by generating the PWM signals in software.

Some members of the ATtiny family do include hardware that has this feature.