Sure, create your seperate actions as functions then call them when needed in the aeroplane action.
You can have a s many as you want really.

action aeroplane
{
...
while(1)
propeller():
...
}