How can I return to loop from another function?

What is your evidence that after somefunction() executes to does not return to loop() ?

There are reasons why it it might not return, but that would be because your code prevents it.

What does this mysterious somefunction() do ?