Here we can share ideas for that, and what we have developed for user defined instructions. ill start.
DEF MULTI2 LABLE1, LABLE2 WHILE 1 GOSUB LABLE1 GOSUB LABLE2 WAIT 1 WEND 'LABLES HERE ENDalso, note that you dont want any loops after the lables before the end, its already in a loop and if you do it wont ever make it to the other gosub.