in reply to I want to launch two subroutines at once

fork && do {sub1; 1} || sub2;

Abigail