Function (or method) calling is the act of using a function or a method.
Functions (or methods) are blocks of code.
They are there, ready to perform some action (a sequence of instructions, including the possibility of calling other functions - even themselves, which is called recursion
).
If nobody calls them, the are useless (dead code).