call function

Using Goto is considered very poor programming practice. It makes it very difficult to read a program and to understand the structure of the program

You just call your function like this:

Delay_function();

When it is finished doing what it should, program flow will be returnd to where you called it from.