Can I use two different Eclipse (IDE java) versions on same project?

No, you can't run two versions of Eclipse at the same time accessing a single workspace. The second Eclipse you try to start will refuse to access the workspace saying it is already in use.

Trying to run an older version of Eclipse on a workspace that has been modified by a newer version will also produce an error.

You can run multiple versions on separate workspaces.