U need to use a call statement if you want to call it as a function
Call FunctionName(Parameters)
You can call them a subroutine too.
FunctionName "<Parameters>"
Call FunctionName(Parameters)
You can call them a subroutine too.
FunctionName "<Parameters>"

