Additional Information
If the issue persists after applying the steps above. Place the subVIs inside a Case Structure in the Main VI so they can be referenced at application startup without executing.
Since these subVIs are intended for use in Subpanels, add them to the True case of the structure, and wire a False constant to the Case Selector terminal to prevent execution during initialization. The following capture demonstrates this approach: