This would work best using bot.register_next_step_handler(message, next_step_function)
in this case next_step_function will be called immediately after the first function is called but the next_step_function will stand alone and won't be nested or preceded by a decorator.