gosub

gosub *labelname

Jumps to and begins execution at that label name. Jumps back to the line directly after the original gosub when a return command is encountered.