If your function is set to return a value, you can't call it directly, only from an expression: Functions.FunctionName(parameters)
If it doesn't return a value, you should be able to call it with an action: add a new action -> Functions -> FunctionName