A procedure is run by calling it. To call it, a programmer uses the procedure name and includes any parameters (values) that the procedure needs, for example: SUBROUTINE f_TO_c(temperature_in_f) ...
I like the idea for function chaining on functions with many input parameters, but returning a collection could accomplish the same thing. And if you're working with a library that you can't change, ...