How do I PWM two pins at the same time with this code?

Code:
For duty = 0 to 255
PWM PORTB.0,Duty,Cycle
HIGH PORTB.0
Next