How do I go to a function?

I tried "goto fight" but I get an error. How do I make it go to that function at the end of another command, and do everything in that function?



Public Function fight() As String
end function




-thanks