Is it possible to create an OR relationship between “different control IDs” in Required condition?

As to the same control ID, it is no problem.

Example: 'required' => ['layout', '=', ['list', 'grid']],
Required condition: Show this control if setting value of control layout equals = either list or grid.

Is it possible to create an OR relationship between “different control IDs” in Required condition ?