If you just want to go to background:
driver.runAppInBackground(Duration.ofSeconds(-1));
Its not possible to touch Home button on iOS real device (well, you can use the assistive touch icon to do it, but it doesn’t appear on inspector, so you need to have it on fix coordinates - just not a good way)