Making functions execute after another

I have three functions like this;


createMainMenu();
moveMenuStart();
createSubMenuStart();

What I need is to make them run in a sequence, someone have a clue?