Is there any way so that we can combine PHP pages in ruby on rails application?
You can run them on the same webserver if you use apache. They are able to share the same database. One thing you won't be able to do is sharing data directly amongst them, for that an API to communicate between the apps will be required.