AutoExecConfig() has no purpose after OnConfigsExecuted() is called including in the function itself. It doesn't do any reading or executing of files, it only configures AMX Mod X to automatically execute plugin-specific configuration files after all other configs are executed.
If you need to execute a config file again at a later time, you would execute it with server_cmd("path/to/file/myConfig.cfg")