You will need edit your htaccess file (either through the file manager in cpanel, or via ftp).
Open the .htaccess file inside your public_html folder and add this code to it and change the red text to the actual page name:
Code:
DirectoryIndex anotherpage.html
Note though, if you ask for support elsewhere on the forum in regards to your homepage, people are not going to know you set your default homepage be something other then "index". You are going to get a lot of "well your problem is you need an index page", or something of the sort. For that reason it really isn't recommended you make a change like this, its technically a very simple change to make, but changes something that is very fundamental to general website protocol.