This is not possible on iOS. While the application is running, this does not mean that your application has a home screen.
However, if you really want to do this, you can make your application in the background, take a screenshot and use this image as a background that will look like a home screen.
See this post. In this link, the accepted answer makes it possible to take a screenshot on the main screen when your application is in the background. But this was achieved using a private API, which means that your application is likely to be rejected by the App Store at the time of submission.
source share