Yes, as long as the X and Y position are within the resolution. For example, you can't open a dialog 1000 pixels from the left on an 800x600 resolution seeing as how it's only 800 pixels wide.

Note: you can use $window(-1).w and $window(-1).h to return the users resolution. This may help in calculating the desired position.